flowbox: Add a diagram to CSS documentation
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:39:40 +0000 (07:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:39:40 +0000 (07:39 -0500)
gtk/gtkflowbox.c

index 5c5cb86f4d0766339d8e47acdcda353091feffea..5c42dda5168c1b56180c9bd0fe6ff849bbc66f92 100644 (file)
  *
  * # CSS nodes
  *
+ * |[<!-- language="plain" -->
+ * flowbox
+ * ├── flowboxchild
+ * │   ╰── child
+ * ├── flowboxchild
+ * │   ╰── child
+ * ┊
+ * ╰── [rubberband]
+ * ]|
+ *
  * GtkFlowBox uses a single CSS node with name flowbox. GtkFlowBoxChild
  * uses a single CSS node with name flowboxchild.
  * For rubberband selection, a subnode with name rubberband is used.